internal/runtime/maps.Map.getWithKeySmall (method)

5 uses

	internal/runtime/maps (current package)
		map.go#L415: 		return m.getWithKeySmall(typ, hash, key)
		map.go#L434: 		_, elem, ok := m.getWithKeySmall(typ, hash, key)
		map.go#L442: func (m *Map) getWithKeySmall(typ *abi.SwissMapType, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer, bool) {
		runtime_swiss.go#L68: 		_, elem, ok := m.getWithKeySmall(typ, hash, key)
		runtime_swiss.go#L142: 		_, elem, ok := m.getWithKeySmall(typ, hash, key)